Searched refs:tBTA_DM_API_BLE_OBSERVE (Results 1 – 2 of 2) sorted by relevance
1659 tBTA_DM_API_BLE_OBSERVE *p_msg; in BTA_DmBleBroadcast()1663 if ((p_msg = (tBTA_DM_API_BLE_OBSERVE *) osi_malloc(sizeof(tBTA_DM_API_BLE_OBSERVE))) != NULL) { in BTA_DmBleBroadcast()1664 memset(p_msg, 0, sizeof(tBTA_DM_API_BLE_OBSERVE)); in BTA_DmBleBroadcast()2508 tBTA_DM_API_BLE_OBSERVE *p_msg; in BTA_DmBleObserve()2512 if ((p_msg = (tBTA_DM_API_BLE_OBSERVE *) osi_malloc(sizeof(tBTA_DM_API_BLE_OBSERVE))) != NULL) { in BTA_DmBleObserve()2513 memset(p_msg, 0, sizeof(tBTA_DM_API_BLE_OBSERVE)); in BTA_DmBleObserve()
657 } tBTA_DM_API_BLE_OBSERVE; typedef1093 tBTA_DM_API_BLE_OBSERVE ble_observe;