Searched refs:BTA_ID_GATTS (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 61 if (!bta_sys_is_register(BTA_ID_GATTS)) { in BTA_GATTS_Disable() 69 bta_sys_deregister(BTA_ID_GATTS); in BTA_GATTS_Disable() 91 if (!bta_sys_is_register(BTA_ID_GATTS)) in BTA_GATTS_AppRegister() 92 bta_sys_register(BTA_ID_GATTS, &bta_gatts_reg); in BTA_GATTS_AppRegister()
|
D | bta_gatts_act.cc | 385 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle() 386 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_indicate_handle() 506 bta_sys_conn_close(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda); in bta_gatts_close() 547 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback() 548 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda); in bta_gatts_send_request_cback() 596 bta_sys_conn_open(BTA_ID_GATTS, BTA_ALL_APP_ID, bdaddr); in bta_gatts_conn_cback() 598 bta_sys_conn_close(BTA_ID_GATTS, BTA_ALL_APP_ID, bdaddr); in bta_gatts_conn_cback()
|
D | bta_gatts_int.h | 43 BTA_GATTS_API_REG_EVT = BTA_SYS_EVT_START(BTA_ID_GATTS),
|
/packages/modules/Bluetooth/system/bta/sys/ |
D | bta_sys.h | 96 #define BTA_ID_GATTS 32 /* GATT Client */ macro 120 case BTA_ID_GATTS: // 32 in BtaIdSysText()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_cfg.cc | 126 {BTA_ID_GATTS, BTA_ALL_APP_ID, 15} /* gatts spec table */
|