Searched refs:BTA_ID_GATTC (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_api.c | 59 if (bta_sys_is_register(BTA_ID_GATTC) == FALSE) in BTA_GATTC_Disable() 69 bta_sys_deregister(BTA_ID_GATTC); in BTA_GATTC_Disable() 90 if (bta_sys_is_register(BTA_ID_GATTC) == FALSE) in BTA_GATTC_AppRegister() 91 bta_sys_register(BTA_ID_GATTC, &bta_gattc_reg); in BTA_GATTC_AppRegister()
|
D | bta_gattc_act.c | 744 bta_sys_conn_open(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_conn() 803 bta_sys_conn_close( BTA_ID_GATTC ,BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_close() 1227 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_confirm() 1228 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_confirm() 1884 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_cmpl_cback() 1885 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda); in bta_gattc_cmpl_cback()
|
D | bta_gattc_int.h | 40 BTA_GATTC_API_OPEN_EVT = BTA_SYS_EVT_START(BTA_ID_GATTC),
|
/system/bt/bta/sys/ |
D | bta_sys.h | 93 #define BTA_ID_GATTC 31 /* GATT Client */ macro
|
/system/bt/bta/dm/ |
D | bta_dm_cfg.c | 153 ,{BTA_ID_GATTC, BTA_ALL_APP_ID, 13} /* gattc spec table */
|