Home
last modified time | relevance | path

Searched refs:BTA_ID_GATTC (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc67 if (!bta_sys_is_register(BTA_ID_GATTC)) { in BTA_GATTC_Disable()
73 bta_sys_deregister(BTA_ID_GATTC); in BTA_GATTC_Disable()
84 if (!bta_sys_is_register(BTA_ID_GATTC)) { in BTA_GATTC_AppRegister()
86 bta_sys_register(BTA_ID_GATTC, &bta_gattc_reg); in BTA_GATTC_AppRegister()
Dbta_gattc_act.cc609 bta_sys_conn_open(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_conn()
653 bta_sys_conn_close(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_close()
1131 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_confirm()
1132 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_confirm()
1687 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_cmpl_cback()
1688 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_cmpl_cback()
Dbta_gattc_int.h47 BTA_GATTC_API_OPEN_EVT = BTA_SYS_EVT_START(BTA_ID_GATTC),
/packages/modules/Bluetooth/system/bta/sys/
Dbta_sys.h100 BTA_ID_GATTC = 31, /* GATT Client */ enumerator
139 CASE_RETURN_TEXT(BTA_ID_GATTC); in BtaIdSysText()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_cfg.cc124 {BTA_ID_GATTC, BTA_ALL_APP_ID, 14}, /* gattc spec table */