Searched refs:tBTA_DM_API_BLE_OBSERVE (Results 1 – 2 of 2) sorted by relevance
1816 tBTA_DM_API_BLE_OBSERVE *p_msg; in BTA_DmBleBroadcast()1820 if ((p_msg = (tBTA_DM_API_BLE_OBSERVE *) osi_malloc(sizeof(tBTA_DM_API_BLE_OBSERVE))) != NULL) { in BTA_DmBleBroadcast()1821 memset(p_msg, 0, sizeof(tBTA_DM_API_BLE_OBSERVE)); in BTA_DmBleBroadcast()2746 tBTA_DM_API_BLE_OBSERVE *p_msg; in BTA_DmBleObserve()2750 if ((p_msg = (tBTA_DM_API_BLE_OBSERVE *) osi_malloc(sizeof(tBTA_DM_API_BLE_OBSERVE))) != NULL) { in BTA_DmBleObserve()2751 memset(p_msg, 0, sizeof(tBTA_DM_API_BLE_OBSERVE)); in BTA_DmBleObserve()
717 } tBTA_DM_API_BLE_OBSERVE; typedef1255 tBTA_DM_API_BLE_OBSERVE ble_observe;