/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_client.c | 530 btif_gattc_cb_t btif_cb; local 537 bdcpy(btif_cb.bd_addr.address, p_data->inq_res.bd_addr); 538 btif_cb.device_type = p_data->inq_res.device_type; 539 btif_cb.rssi = p_data->inq_res.rssi; 540 btif_cb.addr_type = p_data->inq_res.ble_addr_type; 543 memcpy(btif_cb.value, p_data->inq_res.p_eir, 62); 565 (char*) &btif_cb, sizeof(btif_gattc_cb_t), NULL); 570 btif_gattc_cb_t btif_cb; local 572 bdcpy(btif_cb.bd_addr.address, p_result->rem_bda); 573 btif_cb.rssi = p_result->rssi 899 btif_gattc_cb_t btif_cb; local 908 btif_gattc_cb_t btif_cb; local 917 btif_gattc_cb_t btif_cb; local 926 btif_gattc_cb_t btif_cb; local 937 btif_gattc_cb_t btif_cb; local 948 btif_gattc_cb_t btif_cb; local 962 btif_gattc_cb_t btif_cb; local 1118 btif_gattc_cb_t btif_cb; local 1128 btif_gattc_cb_t btif_cb; local 1141 btif_gattc_cb_t btif_cb; local 1159 btif_gattc_cb_t btif_cb; local 1178 btif_gattc_cb_t btif_cb; local 1195 btif_gattc_cb_t btif_cb; local 1210 btif_gattc_cb_t btif_cb; local 1225 btif_gattc_cb_t btif_cb; local 1244 btif_gattc_cb_t btif_cb; local 1260 btif_gattc_cb_t btif_cb; local 1272 btif_gattc_cb_t btif_cb; local 1286 btif_gattc_cb_t btif_cb; local 1298 btif_gattc_cb_t btif_cb; local [all...] |
btif_gatt_server.c | 477 btif_gatts_cb_t btif_cb; local 478 memcpy(&btif_cb.uuid, uuid, sizeof(bt_uuid_t)); 480 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL); 486 btif_gatts_cb_t btif_cb; local 487 btif_cb.server_if = (uint8_t) server_if; 489 (char*) &btif_cb, sizeof(btif_gatts_cb_t), NULL); 495 btif_gatts_cb_t btif_cb; local 496 btif_cb.server_if = (uint8_t) server_if; 497 btif_cb.is_direct = is_direct ? 1 : 0; 498 bdcpy(btif_cb.bd_addr.address, bd_addr->address) 506 btif_gatts_cb_t btif_cb; local 518 btif_gatts_cb_t btif_cb; local 530 btif_gatts_cb_t btif_cb; local 543 btif_gatts_cb_t btif_cb; local 557 btif_gatts_cb_t btif_cb; local 569 btif_gatts_cb_t btif_cb; local 580 btif_gatts_cb_t btif_cb; local 590 btif_gatts_cb_t btif_cb; local 601 btif_gatts_cb_t btif_cb; local 616 btif_gatts_cb_t btif_cb; local [all...] |