Searched refs:cmn_ble_gap_vsc_cb_ptr (Results 1 – 1 of 1) sorted by relevance
65 static tBTM_BLE_VSC_CB *cmn_ble_gap_vsc_cb_ptr; variable66 #define cmn_ble_gap_vsc_cb (*cmn_ble_gap_vsc_cb_ptr)4547 cmn_ble_gap_vsc_cb_ptr = (tBTM_BLE_VSC_CB *)osi_malloc(sizeof(tBTM_BLE_VSC_CB)); in btm_ble_init()4548 if (cmn_ble_gap_vsc_cb_ptr == NULL) { in btm_ble_init()4615 osi_free(cmn_ble_gap_vsc_cb_ptr); in btm_ble_free()4616 cmn_ble_gap_vsc_cb_ptr = NULL; in btm_ble_free()